home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / PFilter.h < prev    next >
Encoding:
Text File  |  1994-03-03  |  106 b   |  9 lines

  1.  
  2. #import "Tree.h"
  3.  
  4. @protocol PFilter
  5.  
  6. + filterWithProps:(Properties *)props inZone:(NXZone *)aZone;
  7.  
  8. @end
  9.